ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / MoveCurrentToFirst Method

In This Topic
    MoveCurrentToFirst Method
    In This Topic
    Sets the first item in the view as the current item.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToFirst() As System.Boolean
    public System.bool MoveCurrentToFirst()
    See Also